//==============================================================================
// Egyptian Caravan_anim.txt
//==============================================================================

//==============================================================================
define rushSFXunit
{
   SetSelector
   {
		TechLogic none/Rush Active
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle sfx a rush unit
			}
		}		    
   }
}

//==============================================================================
anim idle
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade E Caravan_idleA
			connect hotspot rushSFXunit hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade E Caravan Loaded_idleA
			connect hotspot rushSFXunit hotspot
         }
      }   
   }
}

//==============================================================================
anim walk
{
   SetSelector none
	{
		SetSelector
		{
			InventoryLogic 0 1
			set hotspot
			{
				version
				{
					Visual Trade E Caravan_walkA
					tag FootstepLeft 0.40 true   
					tag FootstepRight 0.00 true   
					tag FootstepLeft 0.60 true   
					tag FootstepRight 0.85 true
			        tag SpecificSoundSet 0.40 false CamelFoot01 checkVisible
			        tag SpecificSoundSet 0.85 false CamelFoot02 checkVisible
					connect hotspot rushSFXunit hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Trade E Caravan Loaded_walkA
					tag FootstepLeft 0.40 true   
					tag FootstepRight 0.00 true   
					tag FootstepLeft 0.60 true   
					tag FootstepRight 0.85 true
			        tag SpecificSoundSet 0.40 false CamelFoot01 checkVisible
			        tag SpecificSoundSet 0.85 false CamelFoot02 checkVisible
					connect hotspot rushSFXunit hotspot
				}
			}
      }   
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade E Caravan_BoredA
			connect hotspot rushSFXunit hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade E Caravan Loaded_BoredA
			connect hotspot rushSFXunit hotspot
         }
      }   
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade E Caravan_DeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.78 false BallistaDeath checkVisible 
               tag SpecificSoundSet 0.38 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade E Caravan Loaded_DeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.78 false BallistaDeath checkVisible 
               tag SpecificSoundSet 0.39 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }   
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade E Caravan_FlailA
			connect hotspot rushSFXunit hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade E Caravan Loaded_FlailA
			connect hotspot rushSFXunit hotspot
         }
      }   
   }
}
